Show All
New Selector dialog
New Selector window creates new CSS selector(s).
HTML Element
Specifies HTML element to whom the selector applies.
Pseudo element
Specifies selector's pseudo element (if any).
Pseudo-elements are used in CSS to add different effects to
some selectors, or to a part of some selectors.
The syntax of pseudo-classes:
selector:pseudo-element { property: value }
Pseudo class
Specifies selector's pseudo class (if any).
Pseudo-classes are used in CSS to add different effects to
some selectors, or to a part of some selectors.
The syntax of pseudo-classes:
selector:pseudo-class { property: value }
Class, ID
Contains class name or ID for creating class or ID selector.
Selector
Contains currently generated selector. You can type this value from keyboard or use previously described controls to create it.
Add
Adds contents of Selector box to Selectors list. This list contains selectors to be created.
Remove
Removes the selected item from Selectors list.
Selectors
Contains selectors that will be created.
Insert as single selector
Indicates that selecors from the list will be grouped and inserted
as a single rule.
Insert as separate selectors
Indicates that a separate rule will be created for each selector from the list.
Related Topics